DHTMLX Documentation

Migration to dhtmlxgrid 1.6


dhtmlxgrid 1.6 has some serious changes, which may cause problems with the previously written code.

        All direct event setting methods (setOnSome...), which were deprecated in the previous version of grid, are removed from the main code base. Now the only possible way to attach events is to use grid.attachEvent(...

        if you still need the old methods, you can include the following additional file in your project:
            ext/dhtmlxgrid_deprecated.js

        onMathEnd event is removed as in dhtmlxgrid 1.6 math values are calculated in sync mode, so they are available without delays.

       

                           mygrid.setPagingSkin("bricks");